home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / Chip_2002-07_cd2.bin / suse / disks / modules1 / initrd / initrd 2954 / etc / pcmcia / config.opts < prev    next >
Text File  |  2002-04-04  |  2KB  |  55 lines

  1. #
  2. # Local PCMCIA Configuration File
  3. #
  4. #----------------------------------------------------------------------
  5.  
  6. # System resources available for PCMCIA devices
  7.  
  8. # ports 0x810-0x815 hurt on some DELL machines
  9. # include port 0x100-0x4ff, port 0x800-0x8ff, port 0xc00-0xcff
  10. include port 0x100-0x4ff, port 0x800-0x80f, port 0x816-0x8ff, port 0xc00-0xcff
  11. include memory 0xc0000-0xfffff
  12. include memory 0xa0000000-0xa0ffffff, memory 0x60000000-0x60ffffff
  13.  
  14. # High port numbers do not always work...
  15. # include port 0x1000-0x17ff
  16.  
  17. # Extra port range for IBM Token Ring
  18. include port 0xa00-0xaff
  19.  
  20. # Resources we should not use, even if they appear to be available
  21.  
  22. # First built-in serial port
  23. exclude irq 4
  24. # Second built-in serial port
  25. #exclude irq 3
  26. # First built-in parallel port
  27. exclude irq 7
  28.  
  29. #----------------------------------------------------------------------
  30.  
  31. # Examples of options for loadable modules
  32.  
  33. # To fix sluggish network with IBM ethernet adapter...
  34. #module "pcnet_cs" opts "mem_speed=600"
  35.  
  36. # Options for IBM Token Ring adapters
  37. #module "ibmtr_cs" opts "mmiobase=0xd0000 srambase=0xd4000"
  38.  
  39. # Options for Raylink/WebGear driver: uncomment only one line...
  40. # Generic ad-hoc network
  41. module "ray_cs" opts "essid=ADHOC_ESSID hop_dwell=128 beacon_period=256 translate=1"
  42. # Infrastructure network for older cards
  43. #module "ray_cs" opts "net_type=1 essid=ESSID1"
  44. # Infrastructure network for WebGear
  45. #module "ray_cs" opts "net_type=1 essid=ESSID1 translate=1 hop_dwell=128 beacon_period=256"
  46.  
  47. # Options for WaveLAN/IEEE driver (AccessPoint mode)...
  48. #module "wvlan_cs" opts "station_name=MY_PC"
  49. # Options for WaveLAN/IEEE driver (ad-hoc mode)...
  50. #module "wvlan_cs" opts "port_type=3 channel=1 station_name=MY_PC"
  51.  
  52. # Options for Xircom Netwave driver...
  53. #module "netwave_cs" opts "domain=0x100 scramble_key=0x0"
  54.  
  55.